DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / LiveViewExtensions Class / LiveMax Method / LiveMax(View<Int64>) Method

In This Topic
    LiveMax(View<Int64>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function LiveMax( _
       ByVal source As View(Of Long) _
    ) As AggregationView(Of Long,Long)
    public static AggregationView<long,long> LiveMax( 
       View<long> source
    )

    Parameters

    source
    See Also